CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sift 代码

搜索资源列表

  1. sift_vs

    1下载:
  2. SIFT标准代码(IJCV04D.Lowe),完成局部特征的提取和描述。运行环境Visual Studio2005,为win32程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:823123
    • 提供者:chenglei
  1. CallSiftDll

    0下载:
  2. 调用SIFT的一个代码,通过封装的DLL方式
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:941316
    • 提供者:LZ
  1. SIFTPRO

    0下载:
  2. SIFT提取算法的代码,可以用于感兴趣点分析
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:13929
    • 提供者:郑伟
  1. MatlabSIFT

    0下载:
  2. sift的Matlab代码!进行SIFT特征匹配与特征识别
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:321941
    • 提供者:林将才
  1. SIFT_VC

    1下载:
  2. 基于SIFT的双目立体视觉匹配的代码,可实现两幅图片的立体匹配。-SIFT-based binocular stereo vision matching code, enabling two-dimensional image matching.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-06
    • 文件大小:163840
    • 提供者:小康
  1. SIFT_VC(code)

    0下载:
  2. 是检测sift特征点的代码,下VS和OPENCV的环境下开发的。以DAVID G. LOWE的sift的论文为原型。-The detection sift feature point code developed under VS and OPENCV environment. DAVID G. The Lowe sift paper prototype.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8632371
    • 提供者:
  1. siftmatlab

    0下载:
  2. sift算法的matlab实现,属于sift算法的几个权威示例代码之一。-matlab implementation of the sift algorithm, one of several authoritative sample code belonging to sift algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:376350
    • 提供者:sunkaixin
  1. SIFTtutorial1

    0下载:
  2. 本代码采用最近研究比较热的sift算法对目标物体进行追踪,追踪效果很好-The code uses the recent study compared hot sift algorithm to track the target object, tracking works well. . .
  3. 所属分类:Special Effects

    • 发布日期:2015-07-20
    • 文件大小:25500672
    • 提供者:zhuchen
  1. spatial_pyramid_code

    0下载:
  2. 金字塔匹配算法,包括SIFT特征点的提取,聚类和构造金字塔特征表示,论文参考:Beyond Bags of Features: Spatial Pyramid Matching for Recognizing Natural Scene Categories matlab代码
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:181411
    • 提供者:chensikun
  1. picture_connection_base_on_sift

    0下载:
  2. 实现基于sift特征的图像拼接,在sift特征提取和匹配(match)原代码的修改上实现的,源代码-just as the name s descr iption
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:13282985
    • 提供者:txy
  1. surf

    0下载:
  2. 2006年,SURF特征成为了类似于SIFT的一个替代品,速度是SIFT的三倍,该程序提供了SURF特征的提取与匹配方法,C++代码,需要OPENCV-SURF feature extraction
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:3268
    • 提供者:zzzffflll
  1. SIFT_VC

    0下载:
  2. 基于VC的sift描述代码,实现图像特征的提取与描述。-Descr iption of the code based on VC' s sift to realize image feature extraction and descr iption.
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2772325
    • 提供者:王旭晨
  1. SIFT_VC

    1下载:
  2. 成功调试好的sift算法代码,vc++平台-Good sift algorithm successfully debug the code, vc++ platform
  3. 所属分类:Document

    • 发布日期:2016-02-23
    • 文件大小:1428656
    • 提供者:江盈盈
  1. ExtractPoints

    0下载:
  2. 摄影测量,特征点匹配,可以读入BMP位图,用Morevec算子,FForstner算子,Harris算子进行特征点的提取。-Photogrammetry, feature matching,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5928407
    • 提供者:项青
  1. TestSIFTVC6

    0下载:
  2. sift特征提取和特征点匹配算法,对于摄像头输入代码只支持型号相同摄像头~-sift feature extraction and feature point matching algorithm, enter the code for the camera only supports the same camera model ~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:52023
    • 提供者:liurui
  1. RobHessSIFT

    0下载:
  2. Rob Hess的SIFT算法在VC.net下实现 http://web.engr.oregonstate.edu/ 7Ehess ... 30_win.zip 编译他的代码需要安装OpenCV和 GSL(http://gnuwin32.sourceforge.net/packages/gsl.htm) 在编译时候GSL也是和OpenCV一样要把头文件和lib的路径指定好。 -Rob Hess of the SIFT algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:449678
    • 提供者:zhangsan
  1. MySIFT

    0下载:
  2. 学习sift算法的教科书式的程序源码!代码注释详尽,都舍不得上传。哈哈。-the source code of the best way to learn sift algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:13873
    • 提供者:李志国
  1. Quasi-dense-match

    1下载:
  2. 代码用于寻找图像间的匹配点。先使用SIFT匹配算法得到两幅图像间的稀疏匹配点,然后再使用quasi-dense propagation算法得到quasi-dense匹配点。代码使用C++编写。 -This program is used to find point matches between two images. The procedure can be divided into two parts: 1) Firstly, using SIFT matching algor
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:275456
    • 提供者:liutailei
  1. siftDemoV42

    0下载:
  2. sift特征提取及匹配代码,由c语言和matlab共同编写,对研究sift算法非常有用。-sift feature extraction and matching code from matlab c language and co-written research sift algorithm is very useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:581331
    • 提供者:nedved
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6918144
    • 提供者:张数
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com